home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / tgdev301.zip / TEXT_MDF.DOC < prev    next >
Text File  |  1996-06-09  |  3KB  |  62 lines

  1.  
  2.   (* Modem definition file - *.MDF
  3.  
  4.   This file is a simple text file containing one (or several) modem
  5.   definitions.  These definition files can be imported into Telegard to be
  6.   used as the default modem configuration.  Following are the accepted
  7.   keywords for this file; any other lines are considered comments and
  8.   won't be parsed.
  9.                                          
  10.   MODEM      <string>                    { Description of definition (50) }
  11.   SPEED      <num>                       { Maximum bps (0-115200) }
  12.   LOCKED     <num>                       { Locked bps (0-115200) }
  13.  
  14.   INIT       <string>                    { Init string (80) }
  15.   ANSWER     <string>                    { Answer string (40) }
  16.   HANGUP     <string>                    { Hangup string (40) }
  17.   OFFHOOK    <string>                    { Offhook string (40) }
  18.   OK         <string>                    { 'OK' result (16) }
  19.   ERROR      <string>                    { 'ERROR' result (16) }
  20.   RING       <string>                    { 'RING' result (16) }
  21.   NOCARRIER  <string>                    { 'NO CARRIER' result (16) }
  22.  
  23.   DELAY_CMD  <num>                       { Delay after command (0-255) }
  24.   DELAY_ASW  <num>                       { Delay before answer (0-255) }
  25.   DELAY_DTR  <num>                       { Delay before dtr (0-255) }
  26.  
  27.   CONNECT    <num> <string>              { 'CONNECT ' result - first }
  28.      :                                   { token is the speed value }
  29.      :                                   { (0-115200), the second }
  30.      :                                   { (separated by a space) is }
  31.      :                                   { the string returned by the }
  32.      :                                   { modem (16). Connect strings }
  33.      :                                   { are not required when string }
  34.   CONNECT    <num> <string>              { is CONNECT <num>. }
  35.  
  36.   CONNECTARQ <string>                    { ARC result extension (16) }
  37.   FLAGS      <string>                    { Modem Flags;
  38.                                               XONXOFF  XON/XOFF on
  39.                                               CTSRTS   CTS/RTS on
  40.                                               DTRDROP  DTR hangup on
  41.                                               FOSHOT   Fossil HOT
  42.                                          }
  43.  
  44.   NOTE       <string>                    { Any line marked note will be }
  45.    :                                     { sent to the user when the }
  46.    :                                     { modem is first setup - these }
  47.    :                                     { could be related to specific }
  48.    :                                     { hardware, software, etc...  }
  49.    :                                     { esp: SWITCH SETTINGS, NRAM }
  50.   NOTE       <string>                    { SETTINGS }
  51.  
  52.  
  53.   The modem definition files may also be created by exporting a configured
  54.   setup to an .MDF file.  If you do not find your modem listed in the
  55.   TELEGARD.MDF file (default modem definitions), then please export your
  56.   configuration and attach to the closest beta/support site.
  57.  
  58.   The first keyword for any modem definition must be MODEM.  The definition 
  59.   for that modem follows that keyword.
  60.   *)
  61.  
  62.